ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / GroupAsync Method / GroupAsync<T>(ICollectionView<T>,Expression<Func<T,Object>>) Method
The collection view.
The group path.

In This Topic
    GroupAsync<T>(ICollectionView<T>,Expression<Func<T,Object>>) Method
    In This Topic
    Groups the collection view according to the specified group path.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GroupAsync(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T), _
       ByVal groupPath As System.Linq.Expressions.Expression(Of Func(Of T,Object)) _
    ) As System.Threading.Tasks.Task
    public static System.Threading.Tasks.Task GroupAsync<T>( 
       ICollectionView<T> collectionView,
       System.Linq.Expressions.Expression<Func<T,object>> groupPath
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    groupPath
    The group path.

    Type Parameters

    T
    See Also